LineDef Constructor(Unit,Color,Single[])
In This Topic
Initializes a new instance of the
LineDef class, assigning line width, color and dash pattern.
LineDef.DashStyle is set to
System.Drawing.Drawing2D.DashStyle.Custom.
Syntax
Parameters
- width
- A value assigned to the LineDef.Color property.
- color
- A value assigned to the LineDef.Color property.
- dashPattern
- A value assigned to the LineDef.DashPattern property.
See Also